BlueCielo Publisher 2012 Administrator's Guide | BlueCielo ECM Solutions

You are here: About publishing jobs > Configuring a Publisher job > Configuring the rendering options > Configuring the AutoCAD rendering module options

Configuring the AutoCAD rendering module options

The AutoCAD rendering options specify which drawing layouts to render and to which format in the destination system.

To configure the AutoCAD rendering options:

  1. In BlueCielo Application Manager, expand the name of the publishing job in the configuration tree that you want to configure.
  2. Select the Configuration branch in the configuration tree. The job's configuration pages appear in the right pane.
  3. Click the Rendition tab. The Rendition configuration page appears.
  4. Select Autodesk AutoCAD and click Options. The AutoCAD Render Options dialog appears.
  5. Select or enter options using the descriptions in the following table.
AutoCAD rendering options
Option Description

Timeout

The number of seconds for the rendering module to wait for AutoCAD to complete rendering before the publishing job is stopped and the AutoCAD process terminated. A timeout can occur if there is a data error in the source document.

Run AutoCAD in visible mode

Shows the AutoCAD user interface during rendering for monitoring or troubleshooting. If disabled, AutoCAD runs invisibly in the background.

File extensions

A semicolon-delimited (;) list of source file extensions to be rendered by this module.

To modify the list:

  1. Click Change. The Input File Extensions dialog appears.
  2. Select the file extensions that you want to be rendered.
  3. Click Close. The list is refreshed to show your selections.

Rendition type

Select a rendition type:

Default– Renders drawings with AutoCAD plotter configuration files using the options that are set in the Layout Range and Plotter groups.

AutoLISP command – Shows options with which you can configure an AutoLISP function that you have created for plotting. Select or enter options using the descriptions in the table AutoLISP command options.

Export

Which layout to render. Type the layout tab number in Layout. To use a layout tab number that is saved in a document property, select the property name from the From property list. If this option is not configured correctly, the active layout will be used. Available only when Rendition type is set to Default.

Plot configuration

To render drawings with a plotter configuration:

  1. Select the desired output format from Output file format. The plotter configuration files that output to the selected format appear in the list.
  2. Select a plotter configuration file from the list to use for rendering.
  3. Click Plot Options. The Plot Options dialog appears.
  4. Select or enter options using the descriptions in the following table.

Available only when Rendition type is set to Default.

Note    For successful rendering, the selected plotter configuration file must be fully configured and operational before it is selected for use with the Publisher.

Output file format

Select the desired output format.
Plot options
Option Description

Media name from property

Disables the Media name option and shows a list from which you can select a document property that contains the name of a media. The selected media will determine the sheet size at which to render to the output.

Media name

Click Select media to show the Media Names dialog box and then select a sheet size at which to render to the output. The Media name from property option must be disabled in order to enable this option.

Use values from layout

Rendering options are derived from the layout to be rendered. Selecting this option disables the remainder of the options in this dialog.

Plot area

Select an option from the list to specify the area to render. The available options correspond to those saved in the drawing.

Center plot

Centers the output within the selected sheet size.

Scale

Select a scale at which to render the output. Only available if Fit to page is disabled.

Fit to page

Scales the selected plot area to fit the selected sheet size.

Orientation

Select an option from the list to specify the orientation of the selected plot area within the selected sheet size.

Units

Unit of measurement to scale the drawing to the media.
AutoLISP command options
Option Description

Name

Type the name of an AutoLISP function to execute. The function must be declared with two parameters. The first parameter will be set with the output file name, the second one can be set to a source system property to use as the output file name. The function should execute an AutoCAD command with at least the input responses necessary to produce the desired output file. Providing additional input responses is optional.

Tip    The easiest way to determine the necessary input responses is to execute the command manually and to record the responses that you enter. Then transfer those responses to the function definition.

Following is an example of such an AutoLISP function definition:

(defun C:Render2Plot(outfile prop)
 (princ outfile)
 (command "-PLOT" "Y" "Model" "DWG to PDF.pc3" "ISO A4 (297.00 x 210.00 MM)" ""
  "L" "N" "E" "FIT" "0.00,0.00" "Y" "monochrome.stb" "Y" "" outfile "N" "Y")
)

Output file extension

Type the name of the output file to create or accept the default, which will name the output file with the name of the drawing being plotted.

Property name

Click Select property to show the Select Property dialog box and then select a source system property to use as the output file name.

  1. Click OK to save your rendering options.
  2. Click to save the configuration changes.

Related concepts

Understanding the AutoCAD rendering module


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com